home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1309 / readthis.txt < prev   
Text File  |  1995-05-10  |  1KB  |  35 lines

  1.  
  2.  
  3.                  NDial32 and NHang32: 5/10/95 by Mark Gamber
  4.  
  5.    NDial32 is a small utility which connects to a dial-up server using a DOS
  6. or Windows command line. The program command line is formatted as such:
  7.  
  8. ndial32 connection,domain,username,password
  9.  
  10.    For example, if you have a server called "INet", you want the domain to be
  11. "inet.net", your user name is "myname" and your password is "mypwd", you would
  12. specify a command line like:
  13.  
  14. ndial32 INet,inet.net,myname,mypwd
  15.  
  16.    When combined with the START program and it's "/wait" option, this program
  17. is useful when building a batch file to check your email, for example. A batch
  18. file of this nature (what I use, anyway) could look like this:
  19.  
  20. start /w ndial32 INet,inet.net,myname,mypwd
  21. start /w c:\windows\inet\weudora.exe
  22. nhang32 INet
  23.  
  24. That "nhang32 INet" is the "disconnect" utility, also included. To end a
  25. connection from the command line, use nhang32.exe and specify the connection
  26. name as shown in the example batch file above. If found, the connection will
  27. be ended.
  28.  
  29.  
  30.    These programs may be freely distributed. IByusing this package, the user
  31. assumes full responsibility for it's proper use and may not hold the author
  32. liable for any loss or damage. If unable to accept this restriction, the
  33. programs may not be used and must be destroyed immediately.
  34.  
  35.